-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MI - dev control plus debug (#4) #788
Conversation
* restructure serial debug output (partly) + MI - more code review * fix debug output for power control cmds * MI - limitation commands answered * Debug - add more macros and texts Might as well help for #478 Unfortunately, this atm doesn't really lower used flash memory * MI - limit command - now seems to work for MI-600 (to be verified) - debug - more use of macros (wrt. to real effect see last remark)
Needs review wrt. to memory optimazation - doesn't really need less flash atm... |
Danke für's mergen. Das Makro DPRINTHEAD hast du nicht in hmPayload übernommen. |
gerne. Das DPRINTHEAD hat aus meiner Sicht keinen Vorteil zur aktuellen Implemtierung. Daher eher nicht, außer du hast überzeugende Argumente. |
habe gerade nochmal geschaut, eigentlich nicht so blöd das Macro, allerdings brauchen wir einen anderen Namen dafür, da es für mich kein Header ist. was hälst du zB von DPRINT_IVID? müssen wir wirklich ein Level mit angeben oder einfach Standard Info-Level voraussetzen? |
Volles Verständnis für den Rückbau! Hätte auch nach meinem Eindruck nur Vorteile, wenn man das für Arduino bauen wollte und dann die Texte deutlich reduziert. Ad DPRINT_IVID:
|
ja dann konvertieren wir doch die immer gleichen Zeilen und verwenden dafür dass neue |
Mach mich mal dran. Ad DPRINT und DBGPRINT: Da ist mir noch aufgefallen, dass DHEX dann wohl auch besser DBGHEX heißen sollte (EDIT: no, das wird auch von anderer Stelle her genutzt) (bzw. dasselbe für die LN-Variante) (EDIT: da schon). Da schaue ich auch durch, was da noch an "Potential" in den beiden Dateien ist, oder? |
gerne, stimmt bei der Benennung war ich nicht konsequent |
fix debug output for power control cmds
MI - limitation commands answered
Debug - add more macros and texts
Might as well help for #478
Unfortunately, this atm doesn't really lower used flash memory